-
Notifications
You must be signed in to change notification settings - Fork 5.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(manifests): Add service account for repo server #9301
feat(manifests): Add service account for repo server #9301
Conversation
Codecov Report
@@ Coverage Diff @@
## master #9301 +/- ##
==========================================
- Coverage 46.06% 46.04% -0.02%
==========================================
Files 217 217
Lines 25908 25908
==========================================
- Hits 11934 11929 -5
- Misses 12317 12321 +4
- Partials 1657 1658 +1
Continue to review full report at Codecov.
|
This check failed because the change is expected. |
@haoxins this looks great! Can you run |
done |
Signed-off-by: Hao Xin <haoxinst@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm!
Will this be in the next release? |
@rwong2888 yep once it's merged I'll cherry-pick it to 2.4. |
Did a local spot test, everything appears to be working. Merging. |
Signed-off-by: Hao Xin <haoxinst@gmail.com> Signed-off-by: Michael Crenshaw <michael@crenshaw.dev>
PR to cherry-pick: #9355 |
Cherry-picked into 2.4. |
closes #9304
My K8s cluster applied the
PodSecurityPolicies
globally, so I need to add Roles and RoleBindings for my deployments.For Argo CD, all the other deployments have their special ServiceAccounts, but
argo-repo-server
not.It defaults to
default
.I think it's a bit strange for the end users, so I add the
sa
for the repo server.Note on DCO:
If the DCO action in the integration test fails, one or more of your commits are not signed off. Please click on the Details link next to the DCO action for instructions on how to resolve this.
Checklist: